home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 25 / 7 / DISK2576.ZIP / VGASAMP.BAT < prev    next >
DOS Batch File  |  1990-08-21  |  876b  |  27 lines

  1. ECHO  OFF
  2.  
  3. Rem * This BAT file will create a Magenta background with a
  4. Rem * high-intensity Cyan foreground using our program, SETBF.EXE.
  5. Rem * ANSI.SYS  m u s t  be installed when using SETBF.EXE.
  6. Rem * The VgaColor system does not require ANSI.SYS.  Instructions
  7. Rem * for using SETBF.EXE and the VgaColor may be found in the
  8. Rem * VGACOLOR.DOC file.
  9.  
  10.  
  11. Rem * VgaColor is then loaded (using the command-line option) to
  12. Rem * load a saved color file description, which will modify the
  13. Rem * original Magenta background and high-intensity Cyan foreground
  14. Rem * colors.  This demonstrates one use of VgaColor.  VgaColor
  15. Rem * modifies the Magenta backgfound to a sort of sea green background
  16. Rem * with a light yellow foreground.
  17.  
  18.  
  19. SETBF  Hi-Cyan  on  Magenta
  20.  
  21. Echo       ----*   To change the colors using Vgacolor,
  22. Pause
  23.  
  24. VgaColor TESTCOLR.VGA
  25.  
  26. cls
  27.